golang.org/x/net/http2.ClientConn.closing (field)

5 uses

	golang.org/x/net/http2 (current package)
		transport.go#L207: 	closing          bool
		transport.go#L643: 		Closing:              cc.closing || cc.singleUse || cc.doNotReuse || cc.goAway != nil,
		transport.go#L704: 		!cc.closing &&
		transport.go#L855: 	closing := cc.closing
		transport.go#L856: 	cc.closing = true